home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / sci_calc / ucalc32.zip / UCALC.DEF < prev    next >
Text File  |  1996-11-21  |  536b  |  14 lines

  1. ; If you like this program, please pay the registration fee.
  2. ; Each registration makes a difference.  Don't put it off for later.
  3.  
  4. e = exp(1)                 ;  Natural log constant (2.71828182845904524)
  5. h = 6.626E-34              ;  Planck's constant (J s)
  6.  
  7. logx(base,num) = log(num) / log(base)
  8.  
  9. ; redirect off  ; You may need redirection off for better display depending
  10.                 ; on your screen configuration.
  11.  
  12. color 11,1      ; Remove this line if you prefer not to change the screen
  13.                 ; color.
  14.